#include <BustaNetMessages.h>
Public Attributes | |
int | playerID |
The identification number of the disconnect client. | |
char | discMessage [100] |
The disconnection reason. |
The server sends out this message when a client has disconnected. The message contains the identification number of the disconnected client as well as the reason for disconnection.